home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- Convert.h ---------------------------------------------------------
- * Copyright (c) 1992-96 Adobe Systems, Inc. All rights reserved.
- *
- * PageMaker plug-in.
- *-----------------------------------------------------------------------
- */
-
- #ifndef CONVERT_H
- #define CONVERT_H
-
- #include "PMPlugin.h"
- #include "ExportF.h"
- #include <string.h>
- #include <stdio.h>
-
- PMXErr Convert(kUnits srcType, float srcSize, kUnits destType, char *destStr,
- float *destSize, size_t *destStrLen, PMBool localise);
- #endif //CONVERT_H
-